home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / eqtack.dir / 00010_Asset List.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  762 b   |  31 lines

  1. on mouseDown
  2.   global myLine, myLine2, csn, gVolume
  3.   if the timer < 60 then
  4.     exit
  5.   end if
  6.   if the mouseLine <= 0 then
  7.     abort()
  8.   else
  9.     if (the castNum of sprite 10 >= 101) and (the castNum of sprite 10 <= 104) then
  10.       set the controller of cast (myLine + 100) to 0
  11.     end if
  12.     if (the castNum of sprite 10 >= 114) and (the castNum of sprite 10 <= 117) then
  13.       set the controller of cast (myLine + 100) to 0
  14.     end if
  15.     set myLine to the mouseLine
  16.     if myLine <= 0 then
  17.       set myLine to myLine2
  18.       abort()
  19.     end if
  20.   end if
  21.   colorMe()
  22.   set the visible of sprite 10 to 0
  23.   updateStage()
  24.   txtHandler()
  25.   checkMooV()
  26.   set the visible of sprite 10 to 1
  27.   updateStage()
  28.   startTimer()
  29.   set the volume of sprite 10 to gVolume
  30. end
  31.